@import url('https://fonts.googleapis.com/css?family=Lato');

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, span
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET */

body {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.header {
    width: 100%;
    padding: 20px 0 15px;
    margin-bottom: 50px;
    background: #FFF;
    box-shadow: 2px 2px 10px -5px #000;
}
.header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
.logo {
    max-width: 140px;
}
.payoff {
    display: block;
    margin: 5px 0 0 40px;
    font-family: Verdana;
    font-weight: 700;
    font-size: 15px;
    color: #101a4d;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
.swingreport h1 {
    width: 100%;
    padding: 20px;
    background: #113878;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.wrapper p {
    padding: 7px 20px 10px;
}
.selection-container {
    padding: 10px 18px;
    border: 2px solid #113878;
}
#tab1 {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.map-options {
    border-top: 1px solid #bebebe;
}
.region-list {
    padding: 20px 10px 10px;
    display:inline-block;
    width: 40%;
}
.region-list li a {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    color: #555;
    text-decoration: none;
    box-sizing: border-box;
}
#region-list li a:hover {
    color: #00205c;
    text-decoration: underline;
}

#footer-logos {
    width: 100%;
    border-top: 1px solid #bebebe;
    margin-top: 50px;
}
#footer-logos .uitgevoerd {
    max-width: 1140px;
    padding: 10px 20px;
    margin: 0 auto;
}
#footer-logos .uitgevoerd:after {
    content: "";
    display: block;
    clear: both;
}
#footer-logos a {
    float: left;
    width: 15%;
    height: 90px;
    margin: 0 5% 0 0;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#gemeente_oss {
    background-image: url(images/logo-oss.jpg);
}
#ons_welzijn {
    background-image: url(images/logo-onswelzijn.jpg);
    background-size: contain !important;
}

#mee {
    background-image: url(images/1_logo.jpg);
}
#farent {
    background-image: url(images/2_logo.png);
}
#denbosch {
    background-image: url(images/3_logo.jpg);
}
#ggd {
    background-image: url(images/4_logo.png);
}
#tilburg {
    background-image: url(images/5_logo.png);
    background-size: auto 90%!important;
}

#footer-logos a#bijen {
    background-image: url(images/6_logo_bijeen_heusden.jpg);
}

#footer-logos a#heusden {
    background-image: url(images/Heusden-logo.jpg);
}
#footer-logos a#woonveste {
    background-image: url(images/7_logo_woonveste.jpg);
}